summaryrefslogtreecommitdiffstats
path: root/kcontrol/tdefontinst/viewpart/FontViewerApp.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:19:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:19:22 -0600
commita5430e4b98efd05937bd3bfe78c56eb826f145fa (patch)
tree1af88f74a9d800399de58491b215fb303cbfb1f3 /kcontrol/tdefontinst/viewpart/FontViewerApp.cpp
parenteba183d4de47093c6e44a99c8d7fe313aa2834c9 (diff)
downloadtdebase-a5430e4b98efd05937bd3bfe78c56eb826f145fa.tar.gz
tdebase-a5430e4b98efd05937bd3bfe78c56eb826f145fa.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kcontrol/tdefontinst/viewpart/FontViewerApp.cpp')
-rw-r--r--kcontrol/tdefontinst/viewpart/FontViewerApp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/tdefontinst/viewpart/FontViewerApp.cpp b/kcontrol/tdefontinst/viewpart/FontViewerApp.cpp
index 6690cc44b..7df50ac8f 100644
--- a/kcontrol/tdefontinst/viewpart/FontViewerApp.cpp
+++ b/kcontrol/tdefontinst/viewpart/FontViewerApp.cpp
@@ -2,7 +2,7 @@
//
// Class Names : KFI::CFontViewerApp, KFI::CFontViewerAppMainWindow
// Author : Craig Drummond
-// Project : K Font Installer (kfontinst-kcontrol)
+// Project : K Font Installer (tdefontinst-kcontrol)
// Creation Date : 30/04/2004
// Version : $Revision$ $Date$
//
@@ -45,7 +45,7 @@ namespace KFI
CFontViewerAppMainWindow::CFontViewerAppMainWindow()
: KParts::MainWindow((TQWidget *)0L)
{
- KLibFactory *factory=KLibLoader::self()->factory("libkfontviewpart");
+ KLibFactory *factory=KLibLoader::self()->factory("libtdefontviewpart");
if(factory)
{
@@ -112,7 +112,7 @@ static KCmdLineOptions options[] =
KCmdLineLastOption
};
-static TDEAboutData aboutData("kfontview", I18N_NOOP("Font Viewer"), 0, I18N_NOOP("Simple font viewer"),
+static TDEAboutData aboutData("tdefontview", I18N_NOOP("Font Viewer"), 0, I18N_NOOP("Simple font viewer"),
TDEAboutData::License_GPL,
I18N_NOOP("(c) Craig Drummond, 2004"));