diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:09:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:09:02 -0600 |
commit | 77b1faf4f0ca591326668ef9683bd4af69575e8f (patch) | |
tree | 837e0b81aa14ac19d377477c7f1a03d2aecc8dbb /kmoon/kmoonapplet.h | |
parent | 917fefcdc792744e5a49af34ea267b17988c1883 (diff) | |
download | tdetoys-77b1faf4f0ca591326668ef9683bd4af69575e8f.tar.gz tdetoys-77b1faf4f0ca591326668ef9683bd4af69575e8f.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmoon/kmoonapplet.h')
-rw-r--r-- | kmoon/kmoonapplet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmoon/kmoonapplet.h b/kmoon/kmoonapplet.h index 2c2b69b..5018b3d 100644 --- a/kmoon/kmoonapplet.h +++ b/kmoon/kmoonapplet.h @@ -37,7 +37,7 @@ class MoonWidget; class MoonPAWidget : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: MoonPAWidget(const TQString& configFile, Type t = Normal, int actions = 0, |