summaryrefslogtreecommitdiffstats
path: root/fifteenapplet/fifteenapplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'fifteenapplet/fifteenapplet.h')
-rw-r--r--fifteenapplet/fifteenapplet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fifteenapplet/fifteenapplet.h b/fifteenapplet/fifteenapplet.h
index 6633fe0..1ef45c9 100644
--- a/fifteenapplet/fifteenapplet.h
+++ b/fifteenapplet/fifteenapplet.h
@@ -30,7 +30,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kpanelapplet.h>
class TQPopupMenu;
-class KAboutData;
+class TDEAboutData;
class PiecesTable : public QtTableView
{
@@ -80,7 +80,7 @@ public:
private:
PiecesTable *_table;
- KAboutData *_aboutData;
+ TDEAboutData *_aboutData;
};
#endif