diff options
Diffstat (limited to 'kshowmail/kcmconfigs/senderlistdialog.h')
-rw-r--r-- | kshowmail/kcmconfigs/senderlistdialog.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kshowmail/kcmconfigs/senderlistdialog.h b/kshowmail/kcmconfigs/senderlistdialog.h index eeb0661..9ba0e4c 100644 --- a/kshowmail/kcmconfigs/senderlistdialog.h +++ b/kshowmail/kcmconfigs/senderlistdialog.h @@ -12,20 +12,20 @@ #ifndef SENDERLISTDIALOG_H #define SENDERLISTDIALOG_H -//Qt headers -#include <qlayout.h> -#include <qtooltip.h> -#include <qradiobutton.h> -#include <qbuttongroup.h> -#include <qpushbutton.h> +//TQt headers +#include <ntqlayout.h> +#include <ntqtooltip.h> +#include <ntqradiobutton.h> +#include <ntqbuttongroup.h> +#include <ntqpushbutton.h> //KDE headers #include <kdialogbase.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <keditlistbox.h> -#include <klocale.h> +#include <tdelocale.h> #include <klineedit.h> -#include <kconfig.h> +#include <tdeconfig.h> //KShowmail headers #include "../constants.h" @@ -56,7 +56,7 @@ class SenderListDialog : public KDialogBase * @param list list which shall be opened * @param name widget name */ - SenderListDialog( QWidget *parent = 0, ListType list = Black, const char *name = 0 ); + SenderListDialog( TQWidget *parent = 0, ListType list = Black, const char *name = 0 ); /** * Destructor @@ -73,7 +73,7 @@ class SenderListDialog : public KDialogBase /** * Application Config Object */ - KConfig* config; + TDEConfig* config; /** * Edit Frame @@ -83,7 +83,7 @@ class SenderListDialog : public KDialogBase /** * Combines the action radio buttons for the blacklist. */ - QButtonGroup* grpAction; + TQButtonGroup* grpAction; /** * Reads the entries for the dialog from the config file fill them in it. |