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/smtp/smtp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslave/smtp/smtp.cc') diff --git a/kioslave/smtp/smtp.cc b/kioslave/smtp/smtp.cc index b9eb94d62..55352aed6 100644 --- a/kioslave/smtp/smtp.cc +++ b/kioslave/smtp/smtp.cc @@ -95,7 +95,7 @@ extern "C" { int kdemain(int argc, char **argv) { - KInstance instance("kio_smtp"); + TDEInstance instance("kio_smtp"); if (argc != 4) { fprintf(stderr, -- cgit v1.2.1