diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-22 11:44:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-22 11:44:51 -0600 |
commit | f74503ce1b2872712090c76ed8715419eef8aa36 (patch) | |
tree | 9f3d9437af22b9f1c6bd6bb3f4e615ecefa6ea3e /tderesources/birthdays/resourcekabcconfig.h | |
parent | 7c63b8ac46d958513d807b3f25af33f44fba17a0 (diff) | |
download | tdepim-f74503ce1b2872712090c76ed8715419eef8aa36.tar.gz tdepim-f74503ce1b2872712090c76ed8715419eef8aa36.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/birthdays/resourcekabcconfig.h')
-rw-r--r-- | tderesources/birthdays/resourcekabcconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/birthdays/resourcekabcconfig.h b/tderesources/birthdays/resourcekabcconfig.h index 41cf1b88a..c62037c2a 100644 --- a/tderesources/birthdays/resourcekabcconfig.h +++ b/tderesources/birthdays/resourcekabcconfig.h @@ -36,14 +36,14 @@ namespace KCal { /** Configuration widget for birtday/anniversaries resource. - @see ResourceKABC + @see ResourceTDEABC */ -class ResourceKABCConfig : public KRES::ConfigWidget +class ResourceTDEABCConfig : public KRES::ConfigWidget { Q_OBJECT public: - ResourceKABCConfig( TQWidget* parent = 0, const char* name = 0 ); + ResourceTDEABCConfig( TQWidget* parent = 0, const char* name = 0 ); public slots: virtual void loadSettings( KRES::Resource *resource); |