summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pminsertpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pminsertpopup.h')
-rw-r--r--kpovmodeler/pminsertpopup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pminsertpopup.h b/kpovmodeler/pminsertpopup.h
index c5e99dac..09aa796a 100644
--- a/kpovmodeler/pminsertpopup.h
+++ b/kpovmodeler/pminsertpopup.h
@@ -45,7 +45,7 @@ public:
* of PMIFirstChild, PMILastChild, PMISibling.
* @param name Internal name of the popup menu
*/
- PMInsertPopup( QWidget* parent, bool multipleObjects,
+ PMInsertPopup( TQWidget* parent, bool multipleObjects,
int items = PMIFirstChild | PMILastChild | PMISibling,
bool canInsertAllAsFirstChildren = true,
bool canInsertAllAsLastChildren = true,
@@ -70,7 +70,7 @@ public:
*
* Returns the selected item or 0 if no item was selected.
*/
- static int choosePlace( QWidget* parent, bool multipleObjects,
+ static int choosePlace( TQWidget* parent, bool multipleObjects,
int items = PMIFirstChild | PMILastChild
| PMISibling,
bool canInsertAllAsFirstChildren = true,