From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kioslave/pop3/pop3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslave/pop3') diff --git a/kioslave/pop3/pop3.cc b/kioslave/pop3/pop3.cc index fe91a0747..f4a061521 100644 --- a/kioslave/pop3/pop3.cc +++ b/kioslave/pop3/pop3.cc @@ -104,7 +104,7 @@ int kdemain(int argc, char **argv) } #endif - KInstance instance("kio_pop3"); + TDEInstance instance("kio_pop3"); POP3Protocol *slave; // Are we looking to use SSL? -- cgit v1.2.1