summaryrefslogtreecommitdiffstats
path: root/amor/amor.h
diff options
context:
space:
mode:
Diffstat (limited to 'amor/amor.h')
-rw-r--r--amor/amor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/amor/amor.h b/amor/amor.h
index b93099e..39e3c0e 100644
--- a/amor/amor.h
+++ b/amor/amor.h
@@ -55,7 +55,7 @@ public:
QueueItem(itemType ty, TQString te, int ti = -1);
itemType type() { return iType; }
- QString text() { return iText; };
+ TQString text() { return iText; };
int time() { return iTime; };
void setTime(int newTime) { if (iTime > 0) iTime = newTime; };
@@ -73,6 +73,7 @@ private:
class Amor : public TQObject, virtual public AmorIface
{
Q_OBJECT
+ TQ_OBJECT
public:
Amor();
virtual ~Amor();
@@ -150,9 +151,10 @@ private:
//---------------------------------------------------------------------------
-class AmorSessionWidget : public QWidget
+class AmorSessionWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
AmorSessionWidget();
~AmorSessionWidget() {};