From aac788452d57994e398808c6d0bd53e561a0cd08 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:19:58 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1158421 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- python/pykde/extra/kde320/kaccelaction.h | 2 +- python/pykde/extra/kde320/kaccelbase.h | 4 ++-- python/pykde/extra/kde320/konsole_part.h | 6 +++--- python/pykde/extra/kde320/ksycocafactory.h | 4 ++-- python/pykde/extra/kde320/ktoolbarbutton.h | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) (limited to 'python/pykde/extra/kde320') diff --git a/python/pykde/extra/kde320/kaccelaction.h b/python/pykde/extra/kde320/kaccelaction.h index 83127675..0418297c 100644 --- a/python/pykde/extra/kde320/kaccelaction.h +++ b/python/pykde/extra/kde320/kaccelaction.h @@ -29,7 +29,7 @@ class KAccelBase; -class QObject; +class TQObject; class KConfig; class KConfigBase; diff --git a/python/pykde/extra/kde320/kaccelbase.h b/python/pykde/extra/kde320/kaccelbase.h index 7cdbb618..e2ec66e9 100644 --- a/python/pykde/extra/kde320/kaccelbase.h +++ b/python/pykde/extra/kde320/kaccelbase.h @@ -29,8 +29,8 @@ #include "kaccelaction.h" #include "kkeyserver_x11.h" -class QPopupMenu; -class QWidget; +class TQPopupMenu; +class TQWidget; //---------------------------------------------------- diff --git a/python/pykde/extra/kde320/konsole_part.h b/python/pykde/extra/kde320/konsole_part.h index 00560d6e..6aba7064 100644 --- a/python/pykde/extra/kde320/konsole_part.h +++ b/python/pykde/extra/kde320/konsole_part.h @@ -34,10 +34,10 @@ class KInstance; class konsoleBrowserExtension; -class QPushButton; -class QSpinBox; +class TQPushButton; +class TQSpinBox; class KPopupMenu; -class QCheckBox; +class TQCheckBox; class KRootPixmap; class KToggleAction; class KSelectAction; diff --git a/python/pykde/extra/kde320/ksycocafactory.h b/python/pykde/extra/kde320/ksycocafactory.h index 1ecd5d82..2a114ee0 100644 --- a/python/pykde/extra/kde320/ksycocafactory.h +++ b/python/pykde/extra/kde320/ksycocafactory.h @@ -25,8 +25,8 @@ #include #include class KSycoca; -class QStringList; -class QString; +class TQStringList; +class TQString; class KSycocaDict; class KSycocaResourceList; diff --git a/python/pykde/extra/kde320/ktoolbarbutton.h b/python/pykde/extra/kde320/ktoolbarbutton.h index e2c5f5d7..5b7a85f9 100644 --- a/python/pykde/extra/kde320/ktoolbarbutton.h +++ b/python/pykde/extra/kde320/ktoolbarbutton.h @@ -33,9 +33,9 @@ class KToolBar; class KToolBarButtonPrivate; class KInstance; -class QEvent; -class QPopupMenu; -class QPainter; +class TQEvent; +class TQPopupMenu; +class TQPainter; /** * A toolbar button. This is used internally by KToolBar, use the -- cgit v1.2.1