diff options
| author | 2008-10-10 03:42:12 +0000 | |
|---|---|---|
| committer | 2008-10-10 03:42:12 +0000 | |
| commit | 9bc0a92972385db4a02f5a9e441ce1dee17ab2f2 (patch) | |
| tree | 80291cd81a2f5ef8cbd77ab904ff99c006d81863 /src/modules/theme | |
| parent | added doxygen comments; (diff) | |
| download | KVIrc-9bc0a92972385db4a02f5a9e441ce1dee17ab2f2.tar.gz KVIrc-9bc0a92972385db4a02f5a9e441ce1dee17ab2f2.tar.bz2 KVIrc-9bc0a92972385db4a02f5a9e441ce1dee17ab2f2.zip | |
get rid of QString::null; added doxygen comments;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2681 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
| -rw-r--r-- | src/modules/theme/managementdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp index 8d86e06fe..f59921031 100644 --- a/src/modules/theme/managementdialog.cpp +++ b/src/modules/theme/managementdialog.cpp @@ -318,7 +318,7 @@ void KviThemeManagementDialog::installFromFile() QString szFileName; QString szError; - if(!KviFileDialog::askForOpenFileName(szFileName,__tr2qs_ctx("Open Theme - KVIrc","theme"),QString::null,KVI_FILTER_THEME)) + if(!KviFileDialog::askForOpenFileName(szFileName,__tr2qs_ctx("Open Theme - KVIrc","theme"),QString(),KVI_FILTER_THEME)) return; if(!KviThemeFunctions::installThemePackage(szFileName,szError,this)) { |
