summaryrefslogtreecommitdiffstats
path: root/akregator/src/addfeeddialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/addfeeddialog.h')
-rw-r--r--akregator/src/addfeeddialog.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/akregator/src/addfeeddialog.h b/akregator/src/addfeeddialog.h
index fc38e617..1152f3d0 100644
--- a/akregator/src/addfeeddialog.h
+++ b/akregator/src/addfeeddialog.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef AKREGATORADDFEEDDIALOG_H
@@ -41,16 +41,18 @@ namespace Akregator
class AddFeedWidget : public AddFeedWidgetBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddFeedWidget(TQWidget *parent = 0, const char *name = 0);
+ AddFeedWidget(TQWidget *tqparent = 0, const char *name = 0);
~AddFeedWidget();
};
class AddFeedDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddFeedDialog(TQWidget *parent = 0, const char *name = 0);
+ AddFeedDialog(TQWidget *tqparent = 0, const char *name = 0);
~AddFeedDialog();
void setURL(const TQString& t);