summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlibraryiconview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmlibraryiconview.h')
-rw-r--r--kpovmodeler/pmlibraryiconview.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kpovmodeler/pmlibraryiconview.h b/kpovmodeler/pmlibraryiconview.h
index 823fedcc..6077c9e4 100644
--- a/kpovmodeler/pmlibraryiconview.h
+++ b/kpovmodeler/pmlibraryiconview.h
@@ -1,4 +1,3 @@
-//-*-C++-*-
/*
**************************************************************************
description
@@ -32,7 +31,7 @@ class PMLibraryHandle;
*/
class PMLibraryIconDrag : public TQIconDrag
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Constructor */
@@ -62,7 +61,7 @@ private:
*/
class PMLibraryIconView: public TDEIconView
{
- Q_OBJECT
+ TQ_OBJECT
public:
PMLibraryIconView( TQWidget *parent, const char* name = NULL );