From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'kaddressbook/undo.h') diff --git a/kaddressbook/undo.h b/kaddressbook/undo.h index 843bc26..a8ba2ee 100644 --- a/kaddressbook/undo.h +++ b/kaddressbook/undo.h @@ -25,7 +25,7 @@ #define UNDO_H #include -#include +#include #include class Command @@ -67,7 +67,7 @@ class StackBase : public QObject */ Command *pop(); - QPtrStack mCommandStack; + Q3PtrStack mCommandStack; }; class UndoStack : public StackBase -- cgit v0.9.0.2