aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_window.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-18 21:04:11 +0000
committerGravatar Noldor2008-04-18 21:04:11 +0000
commit0a4cd04d6bbc1b97c41892a29eb02665f6d174c8 (patch)
treebdfc28a32e7b0ab3eba45e830e3ede902816ac43 /src/modules/objects/class_window.h
parentprobably fix for install bug reported by desowin (diff)
downloadKVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.tar.gz
KVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.tar.bz2
KVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.zip
more qt4 port (renamed QT3 stuff))
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1507 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_window.h')
-rw-r--r--src/modules/objects/class_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_window.h b/src/modules/objects/class_window.h
index 1324a5626..ba7d053b1 100644
--- a/src/modules/objects/class_window.h
+++ b/src/modules/objects/class_window.h
@@ -36,7 +36,7 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionsetCaption(KviKvsObjectFunctionCall *c);
+ bool functionsetWindowTitle(KviKvsObjectFunctionCall *c);
bool functionsetCentralWidget(KviKvsObjectFunctionCall *c);
};
@@ -53,7 +53,7 @@ protected:
QWidget * m_pCentralWidget;
public:
void setCentralWidget(KviKvsObject_widget *o,QWidget * w);
- void setCaptionString(const QString &s){ setFixedCaption(s); };
+ void setWindowTitleString(const QString &s){ setFixedCaption(s); };
virtual void resizeEvent(QResizeEvent *e);
protected slots:
void centralWidgetObjectDestroyed();