author | ulf69 <ulf69> | 2004-10-22 22:43:16 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-22 22:43:16 (UTC) |
commit | 1d8ed9298d8c201184d0a941f0d45e7f42201fd4 (patch) (unidiff) | |
tree | cb74dda886a88cbc108219fd4a0888420efd3fd3 /microkde/kresources/factory.cpp | |
parent | f6e3009e73281495775542ad62371edd8c43c986 (diff) | |
download | kdepimpi-1d8ed9298d8c201184d0a941f0d45e7f42201fd4.zip kdepimpi-1d8ed9298d8c201184d0a941f0d45e7f42201fd4.tar.gz kdepimpi-1d8ed9298d8c201184d0a941f0d45e7f42201fd4.tar.bz2 |
fixed builderror
Diffstat (limited to 'microkde/kresources/factory.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | microkde/kresources/factory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/microkde/kresources/factory.cpp b/microkde/kresources/factory.cpp index 78e3b43..3d1889f 100644 --- a/microkde/kresources/factory.cpp +++ b/microkde/kresources/factory.cpp | |||
@@ -109,8 +109,8 @@ Factory::Factory( const QString& resourceFamily) : | |||
109 | } | 109 | } |
110 | */ | 110 | */ |
111 | //US add qtopia plugin only, if the library exists. | 111 | //US add qtopia plugin only, if the library exists. |
112 | libname = "microkabc_qtopia"; | 112 | QString libname = "microkabc_qtopia"; |
113 | path = KLibLoader::findLibrary( QFile::encodeName( libname ) ); | 113 | QString path = KLibLoader::findLibrary( QFile::encodeName( libname ) ); |
114 | if ( !path.isEmpty() ) | 114 | if ( !path.isEmpty() ) |
115 | { | 115 | { |
116 | info = new PluginInfo; | 116 | info = new PluginInfo; |