diff options
| author | 2009-06-03 13:57:46 +0000 | |
|---|---|---|
| committer | 2009-06-03 13:57:46 +0000 | |
| commit | 7bb5c46a46ed73d301c19517355cae73762b1636 (patch) | |
| tree | 5a6ac488127cb1ae609aa3a9301601af714806c9 /src/modules/system/libkvisystem.cpp | |
| parent | cleaned traceroute popup (diff) | |
| download | KVIrc-7bb5c46a46ed73d301c19517355cae73762b1636.tar.gz KVIrc-7bb5c46a46ed73d301c19517355cae73762b1636.tar.bz2 KVIrc-7bb5c46a46ed73d301c19517355cae73762b1636.zip | |
- fix compile failure, thanks Curan for this
- IFDEF the mimetypes installation for kde4 since its depending on FindKDE4Internal.cmake, which im not gonna add here. fixes Ticket #463
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3241 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/system/libkvisystem.cpp')
| -rw-r--r-- | src/modules/system/libkvisystem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 26eea0a9f..d3a14e947 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -51,7 +51,7 @@ #else // tools we need to work around the absence of // invokeTerminal() #include <QProcess> - #include <QList> + #include <QStringList> #endif KviPluginManager * g_pPluginManager; @@ -711,7 +711,7 @@ static bool system_kvs_cmd_runcmd(KviKvsModuleCommandCall *c) #ifdef COMPILE_KDE_SUPPORT // We have invokeTerminal(). KToolInvocation::invokeTerminal(szCmd.data()); #else // No invokeTerminal() for us, we'll use a - // combination of QList and QProcess. + // combination of QStringList and QProcess. QProcess oProc; QStringList args; |
