diff options
Diffstat (limited to 'kandy/src/mobilemain.h')
-rw-r--r-- | kandy/src/mobilemain.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kandy/src/mobilemain.h b/kandy/src/mobilemain.h index d414d15e7..01ff1888d 100644 --- a/kandy/src/mobilemain.h +++ b/kandy/src/mobilemain.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef MOBILEMAIN_H #define MOBILEMAIN_H @@ -46,6 +46,7 @@ class CommandScheduler; class MobileMain : public KMainWindow { Q_OBJECT + TQ_OBJECT public: /** * Default Constructor @@ -65,7 +66,7 @@ class MobileMain : public KMainWindow protected: /** - * Overridden virtuals for Qt drag 'n drop (XDND) + * Overridden virtuals for TQt drag 'n drop (XDND) */ virtual void dragEnterEvent(TQDragEnterEvent *event); virtual void dropEvent(TQDropEvent *event); |