diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
commit | 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (patch) | |
tree | a2f011f22aa31d0839c6e2118501b7a6d2f2ae96 /ksayit/src/fxsetupimpl.h | |
parent | 0285229d858c8f03cde7354c679a752598cf4515 (diff) | |
download | tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.tar.gz tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksayit/src/fxsetupimpl.h')
-rw-r--r-- | ksayit/src/fxsetupimpl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ksayit/src/fxsetupimpl.h b/ksayit/src/fxsetupimpl.h index 403631d..ac256ed 100644 --- a/ksayit/src/fxsetupimpl.h +++ b/ksayit/src/fxsetupimpl.h @@ -19,8 +19,8 @@ #define FXSETUPIMPL_H // QT includes -#include <qwidget.h> -#include <qlistbox.h> +#include <tqwidget.h> +#include <tqlistbox.h> // KDE includes @@ -39,7 +39,7 @@ class FX_SetupImpl : public FX_Setup { Q_OBJECT public: - FX_SetupImpl(QWidget *parent=0, const char *name=0, + FX_SetupImpl(TQWidget *parent=0, const char *name=0, KConfig *config=0, FXPluginHandler *fxpluginhandler=0); ~FX_SetupImpl(); @@ -65,7 +65,7 @@ public slots: Opens a modal dialog to configure the efffect. \param item The double clicked item. */ - void slotConfigureEffect(QListBoxItem *item); + void slotConfigureEffect(TQListBoxItem *item); /** Saves the configuration */ @@ -75,12 +75,12 @@ private: // Methods /** Loads the configuration and initializes the widget. \param c_avail List of available plugins. */ - void Init(QStringList c_avail); + void Init(TQStringList c_avail); private: KConfig *m_config; FXPluginHandler *m_fxpluginhandler; - QStringList pluginlist; + TQStringList pluginlist; }; |