summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmshell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmshell.h')
-rw-r--r--kpovmodeler/pmshell.h7
1 files changed, 4 insertions, 3 deletions
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( );