diff options
Diffstat (limited to 'tdeio/tdefile/knotifydialog.h')
| -rw-r--r-- | tdeio/tdefile/knotifydialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/tdefile/knotifydialog.h b/tdeio/tdefile/knotifydialog.h index c8b5b21ac..c9f3fed8d 100644 --- a/tdeio/tdefile/knotifydialog.h +++ b/tdeio/tdefile/knotifydialog.h @@ -21,7 +21,7 @@ #include <tdelistview.h> #include <kdialogbase.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeglobal.h> #include "knotifywidgetbase.h" @@ -51,7 +51,7 @@ namespace KNotify */ class TDEIO_EXPORT KNotifyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -188,7 +188,7 @@ namespace KNotify */ class TDEIO_EXPORT KNotifyWidget : public KNotifyWidgetBase { - Q_OBJECT + TQ_OBJECT public: KNotifyWidget( TQWidget* parent = 0, const char* name = 0, |
