summaryrefslogtreecommitdiffstats
path: root/src/newbasketdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:58:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:58:45 -0600
commit33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0 (patch)
tree02797061cba5f5a5caf94fa5c5f94e13ad068084 /src/newbasketdialog.h
parent81c05336d333ef966af8f8a4663898315e460685 (diff)
downloadbasket-33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0.tar.gz
basket-33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/newbasketdialog.h')
-rw-r--r--src/newbasketdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newbasketdialog.h b/src/newbasketdialog.h
index c9cc0b2..a5c9886 100644
--- a/src/newbasketdialog.h
+++ b/src/newbasketdialog.h
@@ -41,7 +41,7 @@ class KColorCombo2;
class SingleSelectionKIconView : public KIconView
{
Q_OBJECT
- TQ_OBJECT
+
public:
SingleSelectionKIconView(TQWidget *parent = 0, const char *name = 0, WFlags f = 0);
TQDragObject* dragObject();
@@ -78,7 +78,7 @@ struct NewBasketDefaultProperties
class NewBasketDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
NewBasketDialog(Basket *parentBasket, const NewBasketDefaultProperties &defaultProperties, TQWidget *parent = 0);
~NewBasketDialog();