diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 23:37:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 23:37:00 +0000 |
commit | b0e912c8b3d02a518fedda28c3180eb4794a7520 (patch) | |
tree | 07d344862562fab58cbe2df39d13d16f2e4d2bea /libk9copy/k9dvdsize.h | |
parent | 4d695ec81fe4d4335ee82c7a9346ad9c9e144ecc (diff) | |
download | k9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.tar.gz k9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.zip |
TQt4 convert k9copy
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libk9copy/k9dvdsize.h')
-rw-r--r-- | libk9copy/k9dvdsize.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libk9copy/k9dvdsize.h b/libk9copy/k9dvdsize.h index fee2278..ddb6aad 100644 --- a/libk9copy/k9dvdsize.h +++ b/libk9copy/k9dvdsize.h @@ -12,17 +12,18 @@ #ifndef K9DVDSIZE_H #define K9DVDSIZE_H -#include <qobject.h> -#include <qstringlist.h> +#include <tqobject.h> +#include <tqstringlist.h> /** @author Jean-Michel PETIT */ -class k9DVDSize:public QObject { +class k9DVDSize:public TQObject { Q_OBJECT + TQ_OBJECT private: static int m_size; public: - k9DVDSize(QObject *parent=0,const char *name=0,const QStringList args=0) ; + k9DVDSize(TQObject *tqparent=0,const char *name=0,const TQStringList args=0) ; static int getMaxSize(); static void setMaxSize(int _size); virtual int getMaxSizeDyn(); |