From 11467cf282e752ebc9ec6c782b0f44f1816c6734 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 18 Sep 2011 16:16:04 +0000 Subject: cleaned up class dependencies git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@537 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- attachments.h | 1 - gpg4usb_class_dependencies.graphml | 392 +++++++++---------------------------- gpgwin.h | 6 - keymgmt.h | 1 - verifydetailsdialog.h | 2 - verifykeydetailbox.h | 1 - verifynotification.h | 2 - 7 files changed, 95 insertions(+), 310 deletions(-) diff --git a/attachments.h b/attachments.h index 7c906fa..3a70c0f 100644 --- a/attachments.h +++ b/attachments.h @@ -22,7 +22,6 @@ #ifndef __ATTACHMENTS_H__ #define __ATTACHMENTS_H__ -#include "mime.h" #include "attachmenttablemodel.h" #include #include diff --git a/gpg4usb_class_dependencies.graphml b/gpg4usb_class_dependencies.graphml index 308d240..f35460d 100644 --- a/gpg4usb_class_dependencies.graphml +++ b/gpg4usb_class_dependencies.graphml @@ -15,10 +15,9 @@ - - + attachments @@ -27,10 +26,9 @@ - - + attachmenttablemodel @@ -39,10 +37,9 @@ - - + context.h @@ -51,10 +48,9 @@ - - + editorpage.h @@ -63,10 +59,9 @@ - - + fileencryptiondialog @@ -75,10 +70,9 @@ - - + gpgwin @@ -87,10 +81,9 @@ - - + keydetailsdialog @@ -99,10 +92,9 @@ - - + keygenthread @@ -111,10 +103,9 @@ - - + keylist @@ -123,10 +114,9 @@ - - + keymgmt @@ -135,10 +125,9 @@ - - + keyserverfimportdialog @@ -147,10 +136,9 @@ - - + mime @@ -159,10 +147,9 @@ - - + settingsdialog @@ -171,10 +158,9 @@ - - + textedit @@ -183,10 +169,9 @@ - - + verifydetailsdialog @@ -195,10 +180,9 @@ - - + verifykeydetailbox @@ -207,10 +191,9 @@ - - + verifynotification @@ -219,10 +202,9 @@ - - + quitdialog @@ -231,31 +213,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,74 +222,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -342,97 +232,22 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - + - + - - - + + + @@ -440,12 +255,12 @@ - + - - - + + + @@ -453,12 +268,12 @@ - + - - - + + + @@ -466,12 +281,12 @@ - + - - - + + + @@ -479,12 +294,12 @@ - + - - - + + + @@ -492,12 +307,12 @@ - + - - - + + + @@ -505,12 +320,12 @@ - + - - - + + + @@ -518,12 +333,12 @@ - + - - - + + + @@ -531,14 +346,12 @@ - + - - - - - + + + @@ -546,40 +359,32 @@ - + - - - - + - + - - - - + - + - - - - - + + + @@ -587,12 +392,12 @@ - + - - - + + + @@ -600,27 +405,22 @@ - + - - - - - - + - + - - - + + + @@ -628,14 +428,12 @@ - + - - - - - + + + @@ -643,12 +441,12 @@ - + - - - + + + @@ -656,12 +454,12 @@ - + - - - + + + @@ -669,12 +467,12 @@ - + - - - + + + @@ -682,12 +480,12 @@ - + - - - + + + diff --git a/gpgwin.h b/gpgwin.h index 5243086..e56cbde 100644 --- a/gpgwin.h +++ b/gpgwin.h @@ -22,18 +22,12 @@ #ifndef __GPGWIN_H__ #define __GPGWIN_H__ -#include "context.h" -#include "keylist.h" #include "attachments.h" -#include "mime.h" #include "keymgmt.h" -#include "keydetailsdialog.h" #include "textedit.h" -#include "keyserverimportdialog.h" #include "fileencryptiondialog.h" #include "settingsdialog.h" #include "verifynotification.h" -#include "verifydetailsdialog.h" QT_BEGIN_NAMESPACE class QMainWindow; diff --git a/keymgmt.h b/keymgmt.h index cac75cb..1f9e4a3 100755 --- a/keymgmt.h +++ b/keymgmt.h @@ -22,7 +22,6 @@ #ifndef __KEYMGMT_H__ #define __KEYMGMT_H__ -#include "context.h" #include "keylist.h" #include "keygenthread.h" #include "keydetailsdialog.h" diff --git a/verifydetailsdialog.h b/verifydetailsdialog.h index 5ad3c0a..748770d 100644 --- a/verifydetailsdialog.h +++ b/verifydetailsdialog.h @@ -1,8 +1,6 @@ #ifndef __VERIFYDETAILSDIALOG_H__ #define __VERIFYDETAILSDIALOG_H__ -#include "context.h" -#include "keylist.h" #include "verifykeydetailbox.h" #include diff --git a/verifykeydetailbox.h b/verifykeydetailbox.h index 948e88a..5e44019 100644 --- a/verifykeydetailbox.h +++ b/verifykeydetailbox.h @@ -1,7 +1,6 @@ #ifndef __VERIFYKEYDETAILBOX_H__ #define __VERIFYKEYDETAILBOX_H__ -#include "context.h" #include "keylist.h" #include "keyserverimportdialog.h" #include diff --git a/verifynotification.h b/verifynotification.h index 77e570f..530fe58 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -22,8 +22,6 @@ #ifndef __VERIFYNOTIFICATION_H__ #define __VERIFYNOTIFICATION_H__ -#include "keyserverimportdialog.h" -#include "context.h" #include "verifydetailsdialog.h" #include #include -- cgit v1.2.3