diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /lib/interfaces/kdevplugin.cpp | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'lib/interfaces/kdevplugin.cpp')
-rw-r--r-- | lib/interfaces/kdevplugin.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/interfaces/kdevplugin.cpp b/lib/interfaces/kdevplugin.cpp index 5b4de199..8a431dc7 100644 --- a/lib/interfaces/kdevplugin.cpp +++ b/lib/interfaces/kdevplugin.cpp @@ -1,13 +1,13 @@ /* This file is part of the KDE project Copyright (C) 2002 Simon Hausmann <[email protected]> Copyright (C) 2002 Matthias Hoelzer-Kluepfel <[email protected]> - Copyright (C) 2002 Harald Fernengel <[email protected]> - Copyright (C) 2002 F@lk Brettschneider <[email protected]> + Copyright (C) 2002 Harald Fernengel <[email protected]> + Copyright (C) 2002 F@lk Brettschneider <[email protected]> Copyright (C) 2003 Julian Rockey <[email protected]> - Copyright (C) 2003 Roberto Raggi <[email protected]> + Copyright (C) 2003 Roberto Raggi <[email protected]> Copyright (C) 2003 Jens Dagerbo <[email protected]> Copyright (C) 2003 Mario Scalas <[email protected]> - Copyright (C) 2003-2004 Alexander Dymo <[email protected]> + Copyright (C) 2003-2004 Alexander Dymo <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -63,7 +63,7 @@ KDevPlugin::KDevPlugin(const KDevPluginInfo *info, TQObject *parent, const char actionCollection()->setHighlightingEnabled( true ); d->info = info; - KGlobal::iconLoader()->addAppDir("kdevelop"); + KGlobal::iconLoader()->addAppDir("tdevelop"); } KDevPlugin::~KDevPlugin() |