summaryrefslogtreecommitdiffstats
path: root/kbugbuster/kresources
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/kresources')
-rw-r--r--kbugbuster/kresources/kcalresource.cpp2
-rw-r--r--kbugbuster/kresources/kcalresourceconfig.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/kresources/kcalresource.cpp b/kbugbuster/kresources/kcalresource.cpp
index 5af8b8be..dd858f18 100644
--- a/kbugbuster/kresources/kcalresource.cpp
+++ b/kbugbuster/kresources/kcalresource.cpp
@@ -212,7 +212,7 @@ void KCalResource::slotBugListAvailable( const Package &, const TQString &,
newTodo = new KCal::Todo;
newTodo->setUid( uid );
TQString uri = "http://bugs.kde.org/show_bug.cgi?id=%1";
- newTodo->addAttachment( new KCal::Attachment( uri.arg( bug.number() ) ) );
+ newTodo->addAttachment( new KCal::Attachment( uri.tqarg( bug.number() ) ) );
todo = newTodo;
}
diff --git a/kbugbuster/kresources/kcalresourceconfig.cpp b/kbugbuster/kresources/kcalresourceconfig.cpp
index 2b4a7457..58466642 100644
--- a/kbugbuster/kresources/kcalresourceconfig.cpp
+++ b/kbugbuster/kresources/kcalresourceconfig.cpp
@@ -22,7 +22,7 @@
#include <typeinfo>
#include <tqlabel.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <klineedit.h>
#include <klocale.h>