diff options
| author | 2008-04-18 21:04:11 +0000 | |
|---|---|---|
| committer | 2008-04-18 21:04:11 +0000 | |
| commit | 0a4cd04d6bbc1b97c41892a29eb02665f6d174c8 (patch) | |
| tree | bdfc28a32e7b0ab3eba45e830e3ede902816ac43 /src/modules/sharedfileswindow | |
| parent | probably fix for install bug reported by desowin (diff) | |
| download | KVIrc-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/sharedfileswindow')
| -rw-r--r-- | src/modules/sharedfileswindow/sharedfileswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sharedfileswindow/sharedfileswindow.cpp b/src/modules/sharedfileswindow/sharedfileswindow.cpp index a0d553b41..d9487169f 100644 --- a/src/modules/sharedfileswindow/sharedfileswindow.cpp +++ b/src/modules/sharedfileswindow/sharedfileswindow.cpp @@ -57,7 +57,7 @@ KviSharedFileEditDialog::KviSharedFileEditDialog(QWidget * par,KviSharedFile * f { QGridLayout * g = new QGridLayout(this,1,1,11,6); - setCaption(__tr2qs_ctx("Edit Shared File - KVIrc","sharedfileswindow")); + setWindowTitle(__tr2qs_ctx("Edit Shared File - KVIrc","sharedfileswindow")); QLabel * l = new QLabel(__tr2qs_ctx("Share name:","sharedfileswindow"),this); g->addWidget(l, 0, 0 ); |
