diff options
Diffstat (limited to 'src/kcm')
| -rw-r--r-- | src/kcm/configdialog.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcm/configdialog.h b/src/kcm/configdialog.h index e97a5aa..f9667f0 100644 --- a/src/kcm/configdialog.h +++ b/src/kcm/configdialog.h @@ -45,7 +45,7 @@ class KNemoCheckListItem;  class ConfigDialog : public TDECModule  { -    Q_OBJECT +    TQ_OBJECT  public:      /** @@ -132,7 +132,7 @@ private:  class KNemoCheckListItem : public TQObject, public TQCheckListItem  { -    Q_OBJECT +    TQ_OBJECT  public:      KNemoCheckListItem( TQListView* view )  | 
