aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon/managementdialog.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-10-10 03:42:12 +0000
committerGravatar Elvio Basello2008-10-10 03:42:12 +0000
commit9bc0a92972385db4a02f5a9e441ce1dee17ab2f2 (patch)
tree80291cd81a2f5ef8cbd77ab904ff99c006d81863 /src/modules/addon/managementdialog.cpp
parentadded doxygen comments; (diff)
downloadKVIrc-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/addon/managementdialog.cpp')
-rw-r--r--src/modules/addon/managementdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/managementdialog.cpp b/src/modules/addon/managementdialog.cpp
index 23de049a6..bc7d9d368 100644
--- a/src/modules/addon/managementdialog.cpp
+++ b/src/modules/addon/managementdialog.cpp
@@ -280,7 +280,7 @@ void KviScriptManagementDialog::installScript()
{
QString szFileName, szError;
- if(!KviFileDialog::askForOpenFileName(szFileName,__tr2qs("Please select the addon installation file"),QString::null,KVI_FILTER_SCRIPTS,false,true))return;
+ if(!KviFileDialog::askForOpenFileName(szFileName,__tr2qs("Please select the addon installation file"),QString(),KVI_FILTER_SCRIPTS,false,true))return;
szFileName.replace("\\","\\\\");