summaryrefslogtreecommitdiffstats
path: root/k9author/k9chapteredit.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 /k9author/k9chapteredit.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 'k9author/k9chapteredit.h')
-rw-r--r--k9author/k9chapteredit.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/k9author/k9chapteredit.h b/k9author/k9chapteredit.h
index 87be4f8..29a919b 100644
--- a/k9author/k9chapteredit.h
+++ b/k9author/k9chapteredit.h
@@ -22,9 +22,10 @@ class k9DrawImage;
class k9ChapterEdit : public chapterEdit
{
Q_OBJECT
+ TQ_OBJECT
public:
- k9ChapterEdit(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ k9ChapterEdit(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~k9ChapterEdit();
/*$PUBLIC_FUNCTIONS$*/
@@ -34,9 +35,9 @@ private:
k9AviDecode m_aviDecode;
k9DrawImage *m_wimage;
k9AviFile *m_aviFile;
- QTime m_minTime,m_maxTime;
+ TQTime m_minTime,m_maxTime;
bool m_noUpdate;
- QImage m_image;
+ TQImage m_image;
protected:
/*$PROTECTED_FUNCTIONS$*/
virtual void sliderReleased();
@@ -45,13 +46,13 @@ protected:
virtual void bEndClick();
virtual void ckBreakStartClick();
virtual void ckBreakEndClick();
- virtual void urlSelected(const QString&);
- virtual void startChanged(const QTime&);
- virtual void endChanged(const QTime&);
+ virtual void urlSelected(const TQString&);
+ virtual void startChanged(const TQTime&);
+ virtual void endChanged(const TQTime&);
virtual void bTitleButtonClick();
protected slots:
/*$PROTECTED_SLOTS$*/
- void drawImage(QImage *);
+ void drawImage(TQImage *);
public slots:
void setAviFile(k9AviFile *_aviFile);
};