From 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:20:30 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmag/kmag.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmag/kmag.h') diff --git a/kmag/kmag.h b/kmag/kmag.h index bfd2e31..6a27f03 100644 --- a/kmag/kmag.h +++ b/kmag/kmag.h @@ -30,7 +30,7 @@ #include // include files for Qt -#include +#include // include files for KDE #include @@ -62,7 +62,7 @@ class KmagApp : public KMainWindow /** * Construtor of KmagApp, calls all init functions to create the application. */ - KmagApp(QWidget* parent=0, const char* name=0); + KmagApp(TQWidget* parent=0, const char* name=0); /// Default destructor ~KmagApp(); @@ -160,7 +160,7 @@ class KmagApp : public KMainWindow /// Called when "configure toolbar" is clicked void slotEditToolbars(); - void contextMenu(QPoint pos); + void contextMenu(TQPoint pos); signals: /// This signal is raised whenever the index into the zoom array is changed @@ -213,13 +213,13 @@ class KmagApp : public KMainWindow /// Current index into the fpsArray unsigned int m_fpsIndex; - QStringList zoomArrayString; + TQStringList zoomArrayString; std::vector zoomArray; - QStringList rotationArrayString; + TQStringList rotationArrayString; std::vector rotationArray; - QStringList fpsArrayString; + TQStringList fpsArrayString; std::vector fpsArray; KMagZoomView* m_zoomView; -- cgit v1.2.3