summaryrefslogtreecommitdiffstats
path: root/juk/deletedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/deletedialog.h')
-rw-r--r--juk/deletedialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/deletedialog.h b/juk/deletedialog.h
index e8fdc678..0e51a385 100644
--- a/juk/deletedialog.h
+++ b/juk/deletedialog.h
@@ -29,7 +29,7 @@ class TQWidgetStack;
class DeleteWidget : public DeleteDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
DeleteWidget(TQWidget *parent = 0, const char *name = 0);
@@ -43,7 +43,7 @@ protected slots:
class DeleteDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
DeleteDialog(TQWidget *parent, const char *name = "delete_dialog");