summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9dvdprogress.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk9copy/k9dvdprogress.h')
-rwxr-xr-xlibk9copy/k9dvdprogress.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/libk9copy/k9dvdprogress.h b/libk9copy/k9dvdprogress.h
index 3458278..6d4ebc3 100755
--- a/libk9copy/k9dvdprogress.h
+++ b/libk9copy/k9dvdprogress.h
@@ -29,8 +29,9 @@
class k9DVDProgress : public DVDProgress {
Q_OBJECT
+ TQ_OBJECT
public:
- k9DVDProgress(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ k9DVDProgress(TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~k9DVDProgress();
/** No descriptions */
void setpbTitleTotalSteps(unsigned int total);
@@ -41,11 +42,11 @@ public:
/** No descriptions */
void setpbTotalStep(int position);
/** No descriptions */
- void setlblTitle(QString & text);
+ void setlblTitle(TQString & text);
/** No descriptions */
- void setlblTotal(QString& text);
+ void setlblTotal(TQString& text);
protected:
- void closeEvent( QCloseEvent* ce );
+ void closeEvent( TQCloseEvent* ce );
};
#endif