summaryrefslogtreecommitdiffstats
path: root/ksayit/src/voicesetupdlg.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:20:30 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:20:30 +0000
commit28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (patch)
treea2f011f22aa31d0839c6e2118501b7a6d2f2ae96 /ksayit/src/voicesetupdlg.h
parent0285229d858c8f03cde7354c679a752598cf4515 (diff)
downloadtdeaccessibility-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/voicesetupdlg.h')
-rw-r--r--ksayit/src/voicesetupdlg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksayit/src/voicesetupdlg.h b/ksayit/src/voicesetupdlg.h
index 510c591..c9063e4 100644
--- a/ksayit/src/voicesetupdlg.h
+++ b/ksayit/src/voicesetupdlg.h
@@ -19,7 +19,7 @@
#define VOICESETUPDLG_H
// QT includes
-#include <qframe.h>
+#include <tqframe.h>
// KDE includes
#include <kdialogbase.h>
@@ -35,7 +35,7 @@ class VoiceSetupDlg : public KDialogBase {
Q_OBJECT
public:
- VoiceSetupDlg(QWidget *parent=0, const char *name=0, const QString &caption=NULL,
+ VoiceSetupDlg(TQWidget *parent=0, const char *name=0, const TQString &caption=NULL,
bool modal=true,
KConfig *config=0,
FXPluginHandler *fxpluginhandler=0,
@@ -69,7 +69,7 @@ private: // Methods
private slots:
/** Called when the Page changes.
*/
- void slotPageChanged(QWidget *page);
+ void slotPageChanged(TQWidget *page);
/** Reimplementation from base class.
*/
@@ -83,7 +83,7 @@ private:
KConfig *m_config;
FXPluginHandler *m_fxpluginhandler;
KTTSDLib *m_kttslib;
- QFrame *m_fxPage;
+ TQFrame *m_fxPage;
};