diff options
Diffstat (limited to 'knotes/resourcelocal_plugin.cpp')
-rw-r--r-- | knotes/resourcelocal_plugin.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/knotes/resourcelocal_plugin.cpp b/knotes/resourcelocal_plugin.cpp index 0670956bb..dcb3fa9a3 100644 --- a/knotes/resourcelocal_plugin.cpp +++ b/knotes/resourcelocal_plugin.cpp @@ -20,11 +20,11 @@ In addition, as a special exception, the copyright holders give permission to link the code of this program with any edition of - the Qt library by Trolltech AS, Norway (or with modified versions - of Qt that use the same license as Qt), and distribute linked + the TQt library by Trolltech AS, Norway (or with modified versions + of TQt that use the same license as TQt), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than - Qt. If you modify this file, you may extend this exception to + TQt. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. @@ -43,9 +43,9 @@ public: return new ResourceLocal( config ); } - KRES::ConfigWidget *configWidget( TQWidget *parent ) + KRES::ConfigWidget *configWidget( TQWidget *tqparent ) { - return new ResourceLocalConfig(parent); + return new ResourceLocalConfig(tqparent); } }; @@ -56,9 +56,9 @@ extern "C" return new LocalNotesFactory(); } - KRES::ConfigWidget *config_widget( TQWidget* parent ) + KRES::ConfigWidget *config_widget( TQWidget* tqparent ) { - return new ResourceLocalConfig( parent, "Configure Local Resource" ); + return new ResourceLocalConfig( tqparent, "Configure Local Resource" ); } KRES::Resource *resource( const KConfig* config ) |