From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmshell.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmshell.h') diff --git a/kpovmodeler/pmshell.h b/kpovmodeler/pmshell.h index 2165e15c..7ae0a62c 100644 --- a/kpovmodeler/pmshell.h +++ b/kpovmodeler/pmshell.h @@ -43,6 +43,7 @@ class PMViewOptions; class PMShell : public PMDockMainWindow { Q_OBJECT + TQ_OBJECT public: /** @@ -113,9 +114,9 @@ public slots: void saveOptions( ); void restoreOptions( ); - void setCaption( const TQString& caption = TQString::null ); - void statusMsg( const TQString& text = TQString::null ); - void slotControlPointMsg( const TQString& msg = TQString::null ); + void setCaption( const TQString& caption = TQString() ); + void statusMsg( const TQString& text = TQString() ); + void slotControlPointMsg( const TQString& msg = TQString() ); void slotModified( ); void slotDockWidgetClosed( ); -- cgit v1.2.3