summaryrefslogtreecommitdiffstats
path: root/src/k9prefmencoder.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 23:37:00 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 23:37:00 +0000
commitb0e912c8b3d02a518fedda28c3180eb4794a7520 (patch)
tree07d344862562fab58cbe2df39d13d16f2e4d2bea /src/k9prefmencoder.h
parent4d695ec81fe4d4335ee82c7a9346ad9c9e144ecc (diff)
downloadk9copy-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 'src/k9prefmencoder.h')
-rw-r--r--src/k9prefmencoder.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/k9prefmencoder.h b/src/k9prefmencoder.h
index 54ab311..308ecf5 100644
--- a/src/k9prefmencoder.h
+++ b/src/k9prefmencoder.h
@@ -17,16 +17,17 @@
#include "prefMencoder.h"
#include "k9videocodecs.h"
#include "k9audiocodecs.h"
-#include <qstringlist.h>
-#include <qstring.h>
-#include <qlineedit.h>
+#include <tqstringlist.h>
+#include <tqstring.h>
+#include <tqlineedit.h>
class k9prefMencoder : public prefMencoder
{
Q_OBJECT
+ TQ_OBJECT
public:
- k9prefMencoder(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ k9prefMencoder(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~k9prefMencoder();
/*$PUBLIC_FUNCTIONS$*/
void save(void);
@@ -38,17 +39,17 @@ public slots:
void teOpt1TextChanged();
void teOpt3TextChanged();
void teOpt2TextChanged();
- void leVLabelTextChanged(const QString &);
- void leALabelTextChanged(const QString &);
- void leFourccTextChanged(const QString &);
+ void leVLabelTextChanged(const TQString &);
+ void leALabelTextChanged(const TQString &);
+ void leFourccTextChanged(const TQString &);
private:
k9VideoCodecs m_codecs;
k9AudioCodecs m_audioCodecs;
bool m_update;
protected slots:
/*$PROTECTED_SLOTS$*/
- void lbvCodecsCurrentChanged(QListBoxItem *_item);
- void lbaCodecsCurrentChanged(QListBoxItem *_item);
+ void lbvCodecsCurrentChanged(TQListBoxItem *_item);
+ void lbaCodecsCurrentChanged(TQListBoxItem *_item);
void btnOpt1Clicked();
void btnOpt2Clicked();
void btnOpt3Clicked();