summaryrefslogtreecommitdiffstats
path: root/kmix/kmixapplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/kmixapplet.h')
-rw-r--r--kmix/kmixapplet.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kmix/kmixapplet.h b/kmix/kmixapplet.h
index 561a596f..1b997a5b 100644
--- a/kmix/kmixapplet.h
+++ b/kmix/kmixapplet.h
@@ -22,7 +22,7 @@
#ifndef KMIXAPPLET_H
#define KMIXAPPLET_H
-// Qt
+// TQt
#include <tqlayout.h>
#include <tqptrlist.h>
#include <tqwidget.h>
@@ -43,8 +43,9 @@ class KMixApplet;
class AppletConfigDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- AppletConfigDialog( TQWidget * parent=0, const char * name=0 );
+ AppletConfigDialog( TQWidget * tqparent=0, const char * name=0 );
virtual ~AppletConfigDialog() {};
void setActiveColors(const TQColor& high, const TQColor& low, const TQColor& back);
@@ -70,10 +71,11 @@ class AppletConfigDialog : public KDialogBase
class KMixApplet : public KPanelApplet
{
Q_OBJECT
+ TQ_OBJECT
public:
KMixApplet( const TQString& configFile, Type t = Normal,
- TQWidget *parent = 0, const char *name = 0 );
+ TQWidget *tqparent = 0, const char *name = 0 );
virtual ~KMixApplet();
struct Colors {
@@ -86,7 +88,7 @@ public:
void reportBug();
void paletteChange ( const TQPalette & oldPalette );
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
TQSizePolicy sizePolicy() const;
int widthForHeight(int) const;
int heightForWidth(int) const;