diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 19:21:21 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 19:21:21 +0000 |
commit | d8cc8bdfa7fa624a526d5aa1626974e1444cb799 (patch) | |
tree | f295f1c545b319963d5357af79fe08991d8141d9 /src/projects/k3bvcdview.h | |
parent | 2a39a080579fb52a2599c02b2939795385b89093 (diff) | |
download | k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.tar.gz k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.zip |
TQt4 port k3b
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/projects/k3bvcdview.h')
-rw-r--r-- | src/projects/k3bvcdview.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/projects/k3bvcdview.h b/src/projects/k3bvcdview.h index 77ad292..a58a465 100644 --- a/src/projects/k3bvcdview.h +++ b/src/projects/k3bvcdview.h @@ -16,18 +16,18 @@ #ifndef K3BVCDVIEW_H #define K3BVCDVIEW_H -#include <qstringlist.h> -#include <qptrlist.h> +#include <tqstringlist.h> +#include <tqptrlist.h> // K3b Includes #include <k3bview.h> class K3bVcdListView; class K3bVcdListViewItem; -class QWidget; +class TQWidget; class K3bVcdDoc; class K3bVcdTrack; -class QListViewItem; +class TQListViewItem; class KListView; class K3bVcdBurnDialog; class K3bProjectBurnDialog; @@ -36,13 +36,14 @@ class K3bProjectBurnDialog; class K3bVcdView : public K3bView { Q_OBJECT + TQ_OBJECT public: - K3bVcdView( K3bVcdDoc* pDoc, QWidget* parent, const char *name = 0 ); + K3bVcdView( K3bVcdDoc* pDoc, TQWidget* tqparent, const char *name = 0 ); ~K3bVcdView(); protected: - K3bProjectBurnDialog* newBurnDialog( QWidget* parent = 0, const char* name = 0 ); + K3bProjectBurnDialog* newBurnDialog( TQWidget* tqparent = 0, const char* name = 0 ); void init(); |