diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:59:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:59:28 -0600 |
commit | 94fbae4a48ae822266a1c37474e54a7ad65b9573 (patch) | |
tree | f6938772a00499074d752e110e1280e04a4a780d /src/commandline_part.cpp | |
parent | 0ff5f24a742779276d620552ac1efa3979ea63dc (diff) | |
download | tdesvn-94fbae4a48ae822266a1c37474e54a7ad65b9573.tar.gz tdesvn-94fbae4a48ae822266a1c37474e54a7ad65b9573.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/commandline_part.cpp')
-rw-r--r-- | src/commandline_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline_part.cpp b/src/commandline_part.cpp index 7a30285..27d7178 100644 --- a/src/commandline_part.cpp +++ b/src/commandline_part.cpp @@ -27,7 +27,7 @@ commandline_part::commandline_part(TQObject *parent, const char *name,TDECmdLine : TQObject(parent, name) { KGlobal::locale()->insertCatalogue("tdesvn"); - KInstance * inst = tdesvnPartFactory::instance(); + TDEInstance * inst = tdesvnPartFactory::instance(); KGlobal::locale()->insertCatalogue(inst->instanceName()); KGlobal::dirs()->addResourceType( inst->instanceName() + "data", KStandardDirs::kde_default("data")+ TQString::fromLatin1( inst->instanceName() ) + '/' ); |