diff options
| author | Laurent Montel <montel@kde.org> | 2007-04-22 11:14:24 +0000 | 
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2014-04-26 14:11:14 +0200 | 
| commit | 74401146c23f60c61b243763719dd71359e3af16 (patch) | |
| tree | 09ef5717d37161b48aaea1370be562cd46315a1a /src | |
| parent | 06ea02b44d98a6ba67b6834a7c9f10b4bd67b225 (diff) | |
| download | kconfig-74401146c23f60c61b243763719dd71359e3af16.tar.gz kconfig-74401146c23f60c61b243763719dd71359e3af16.tar.bz2 | |
Remove not necessary include
svn path=/trunk/KDE/kdebase/runtime/; revision=656776
Diffstat (limited to 'src')
| -rw-r--r-- | src/kreadconfig/kwriteconfig.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/kreadconfig/kwriteconfig.cpp b/src/kreadconfig/kwriteconfig.cpp index 639e250c..babfef9a 100644 --- a/src/kreadconfig/kwriteconfig.cpp +++ b/src/kreadconfig/kwriteconfig.cpp @@ -14,7 +14,7 @@  #include <kaboutdata.h>  #include <stdio.h>  //Added by qt3to4: -#include <QString> +  static KCmdLineOptions options[] =  { | 
