summaryrefslogtreecommitdiffstats
path: root/kfloppy/floppy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfloppy/floppy.h')
-rw-r--r--kfloppy/floppy.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kfloppy/floppy.h b/kfloppy/floppy.h
index 49b0766..c95dbc6 100644
--- a/kfloppy/floppy.h
+++ b/kfloppy/floppy.h
@@ -44,9 +44,10 @@ class KFActionQueue;
class FloppyData : public KDialog
{
Q_OBJECT
+ TQ_OBJECT
public:
- FloppyData(TQWidget* parent = 0, const char * name = 0);
+ FloppyData(TQWidget* tqparent = 0, const char * name = 0);
virtual ~FloppyData();
/// Need to overload normal show() in order to mangle caption
@@ -64,7 +65,7 @@ public:
void readSettings();
/// Map stored settings to widget status
void setWidgets();
- /// A kind of TQString::find()
+ /// A kind of TQString::tqfind()
int findKeyWord(TQString &, const TQString &);
/// Enable/disable all UI elements
void setEnabled(bool);
@@ -74,7 +75,7 @@ public slots:
void format();
void reset();
- void formatStatus(const TQString &,int);
+ void formattqStatus(const TQString &,int);
protected slots: