summaryrefslogtreecommitdiffstats
path: root/src/knowitapp.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:00:02 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:00:02 -0600
commit638fe73bb49325f24ec95cedeb4a32cd71dc9201 (patch)
tree8f3ea982f3ff19ebdfac280cd449ae96dbf5d3ee /src/knowitapp.h
parenta661265f50a9c0212c2e879ab2ec40f3e3beddee (diff)
downloadknowit-638fe73bb49325f24ec95cedeb4a32cd71dc9201.tar.gz
knowit-638fe73bb49325f24ec95cedeb4a32cd71dc9201.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/knowitapp.h')
-rw-r--r--src/knowitapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowitapp.h b/src/knowitapp.h
index 209ed54..c29dd44 100644
--- a/src/knowitapp.h
+++ b/src/knowitapp.h
@@ -22,7 +22,7 @@
class KnowitApplication : public KUniqueApplication
{
Q_OBJECT
- TQ_OBJECT
+
public:
KnowitApplication(bool allowStyles = true, bool GUIEnabled = true);