summaryrefslogtreecommitdiffstats
path: root/yakuake/src/main_window.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:06 -0600
commit1902a36ae745f751ce37d71835e11e62a6687fbd (patch)
treecf81acb6e591f0c0a39962d8359b9be505fa823e /yakuake/src/main_window.h
parente02f56680b76ce27332c4ddc0bca93ac36ae3cb5 (diff)
downloadyakuake-1902a36ae745f751ce37d71835e11e62a6687fbd.tar.gz
yakuake-1902a36ae745f751ce37d71835e11e62a6687fbd.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'yakuake/src/main_window.h')
-rw-r--r--yakuake/src/main_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/main_window.h b/yakuake/src/main_window.h
index 4674347..a67e736 100644
--- a/yakuake/src/main_window.h
+++ b/yakuake/src/main_window.h
@@ -51,7 +51,7 @@ class KAboutKDE;
class MainWindow : public KMainWindow, virtual public DCOPInterface
{
Q_OBJECT
- TQ_OBJECT
+
public:
explicit MainWindow(TQWidget* parent = 0, const char* name = 0);