From 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:52 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kghostview/kgvconfigdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kghostview/kgvconfigdialog.cpp') diff --git a/kghostview/kgvconfigdialog.cpp b/kghostview/kgvconfigdialog.cpp index 3fb7e1b4..3333a845 100644 --- a/kghostview/kgvconfigdialog.cpp +++ b/kghostview/kgvconfigdialog.cpp @@ -46,7 +46,7 @@ namespace { TQString getGSVersion( TQString fullPathToExec ) { TQString res; - TQString chkVersion = KProcess::quote(fullPathToExec) + " --version"; + TQString chkVersion = TDEProcess::quote(fullPathToExec) + " --version"; FILE* p = popen( TQFile::encodeName(chkVersion), "r" ); if( p ) { // FIXME: a badly configured interpreter can hang us -- cgit v1.2.3