diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:19:58 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:19:58 +0000 |
commit | aac788452d57994e398808c6d0bd53e561a0cd08 (patch) | |
tree | fdd804317f94db3d27b424056a915aa6d281d5ef /python/pykde/extra/kde315 | |
parent | 479f5f799523bffbcc83dff581a2299c047c6fff (diff) | |
download | tdebindings-aac788452d57994e398808c6d0bd53e561a0cd08.tar.gz tdebindings-aac788452d57994e398808c6d0bd53e561a0cd08.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1158421 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'python/pykde/extra/kde315')
-rw-r--r-- | python/pykde/extra/kde315/kaccelaction.h | 2 | ||||
-rw-r--r-- | python/pykde/extra/kde315/kaccelbase.h | 4 | ||||
-rw-r--r-- | python/pykde/extra/kde315/konsole_part.h | 6 | ||||
-rw-r--r-- | python/pykde/extra/kde315/ksycocafactory.h | 4 | ||||
-rw-r--r-- | python/pykde/extra/kde315/ktoolbarbutton.h | 6 | ||||
-rw-r--r-- | python/pykde/extra/kde315/kurifilter.h | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/python/pykde/extra/kde315/kaccelaction.h b/python/pykde/extra/kde315/kaccelaction.h index 2b9c07ba..8e422505 100644 --- a/python/pykde/extra/kde315/kaccelaction.h +++ b/python/pykde/extra/kde315/kaccelaction.h @@ -29,7 +29,7 @@ class KAccelBase; -class QObject; +class TQObject; class KConfig; class KConfigBase; diff --git a/python/pykde/extra/kde315/kaccelbase.h b/python/pykde/extra/kde315/kaccelbase.h index f8dee73c..03fa9c87 100644 --- a/python/pykde/extra/kde315/kaccelbase.h +++ b/python/pykde/extra/kde315/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/kde315/konsole_part.h b/python/pykde/extra/kde315/konsole_part.h index 00560d6e..6aba7064 100644 --- a/python/pykde/extra/kde315/konsole_part.h +++ b/python/pykde/extra/kde315/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/kde315/ksycocafactory.h b/python/pykde/extra/kde315/ksycocafactory.h index d99addbc..1959edda 100644 --- a/python/pykde/extra/kde315/ksycocafactory.h +++ b/python/pykde/extra/kde315/ksycocafactory.h @@ -25,8 +25,8 @@ #include <tqdict.h> #include <tqptrlist.h> class KSycoca; -class QStringList; -class QString; +class TQStringList; +class TQString; class KSycocaDict; class KSycocaResourceList; diff --git a/python/pykde/extra/kde315/ktoolbarbutton.h b/python/pykde/extra/kde315/ktoolbarbutton.h index 14c96f8b..6fafb1ed 100644 --- a/python/pykde/extra/kde315/ktoolbarbutton.h +++ b/python/pykde/extra/kde315/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 @ref KToolBar, use the diff --git a/python/pykde/extra/kde315/kurifilter.h b/python/pykde/extra/kde315/kurifilter.h index d79e4cb8..4e7ad792 100644 --- a/python/pykde/extra/kde315/kurifilter.h +++ b/python/pykde/extra/kde315/kurifilter.h @@ -29,7 +29,7 @@ class KURIFilterPrivate; class KURIFilterDataPrivate; -class QStringList; +class TQStringList; class KCModule; /** |