From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- nsplugins/viewer/viewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsplugins/viewer/viewer.cpp') diff --git a/nsplugins/viewer/viewer.cpp b/nsplugins/viewer/viewer.cpp index 654ba68e6..af72ef6cc 100644 --- a/nsplugins/viewer/viewer.cpp +++ b/nsplugins/viewer/viewer.cpp @@ -254,7 +254,7 @@ int main(int argc, char** argv) #endif { - KConfig cfg("kcmnspluginrc", true); + TDEConfig cfg("kcmnspluginrc", true); cfg.setGroup("Misc"); int v = KCLAMP(cfg.readNumEntry("Nice Level", 0), 0, 19); if (v > 0) { -- cgit v1.2.3