From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- kshowmail/kcmconfigs/configactions.h | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'kshowmail/kcmconfigs/configactions.h') diff --git a/kshowmail/kcmconfigs/configactions.h b/kshowmail/kcmconfigs/configactions.h index 901984f..927f121 100644 --- a/kshowmail/kcmconfigs/configactions.h +++ b/kshowmail/kcmconfigs/configactions.h @@ -15,22 +15,22 @@ #include //QT headers -#include -#include -#include -#include +#include +#include +#include +#include //KDE headers -#include +#include #include #include #include #include -#include -#include +#include +#include #include #include -#include +#include #include //kshowmail headers @@ -41,7 +41,7 @@ * * @author Ulrich Weigelt */ -class ConfigActions : public KCModule +class ConfigActions : public TDECModule { Q_OBJECT @@ -49,7 +49,7 @@ Q_OBJECT /** * Generic Constructor */ - ConfigActions( QWidget *parent = 0, const char *name = 0, const QStringList &args = QStringList() ); + ConfigActions( TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList() ); /** * Destructor @@ -57,21 +57,21 @@ Q_OBJECT ~ConfigActions(); /** - * Overloaded method of KCModule. + * Overloaded method of TDECModule. * Sets the user interface elements to reflect the current settings stored in the * config file. */ virtual void load(); /** - * Overloaded method of KCModule. + * Overloaded method of TDECModule. * Sets the user interface elements to default values. * This method is called when the user clicks the "Default" button. */ virtual void defaults(); /** - * Overloaded method of KCModule. + * Overloaded method of TDECModule. * Stores the config information as shown in the user interface in the * config file. * Is called when the user clicks "Apply" or "Ok". @@ -83,32 +83,32 @@ Q_OBJECT /** * Connector to the configuration file */ - KConfig* config; + TDEConfig* config; /** * Check box to select whether an alert message will be shown if a new mail is arrived. */ - QCheckBox* chkNewMailsAlertWindow; + TQCheckBox* chkNewMailsAlertWindow; /** * Check box to select whether the main window will be shown if a new mail is arrived. */ - QCheckBox* chkNewMailsMainWindow; + TQCheckBox* chkNewMailsMainWindow; /** * Check box to select whether the system beep will be played if a new mail is arrived. */ - QCheckBox* chkNewMailsBeep; + TQCheckBox* chkNewMailsBeep; /** * Check box to select whether a sound will be played if a new mail is arrived. */ - QCheckBox* chkNewMailsSound; + TQCheckBox* chkNewMailsSound; /** * Check box to select whether a command will be executed if a new mail is arrived. */ - QCheckBox* chkNewMailsCommand; + TQCheckBox* chkNewMailsCommand; /** * Button to test the sound which will be played if a new mail is arrived. @@ -143,12 +143,12 @@ Q_OBJECT /** * Check box to select whether the main window will be minimized if no new mail is arrived. */ - QCheckBox* chkNoNewMailsMinimize; + TQCheckBox* chkNoNewMailsMinimize; /** * Check box to select whether the application will be terminated if no new mail is arrived. */ - QCheckBox* chkNoNewMailsTerminate; + TQCheckBox* chkNoNewMailsTerminate; private slots: @@ -194,7 +194,7 @@ Q_OBJECT /** * Connected with the configuration items. - * Calls the slot changed() of KCModule to notify the dialog about the change. + * Calls the slot changed() of TDECModule to notify the dialog about the change. */ void slotChanged(); }; -- cgit v1.2.3