summaryrefslogtreecommitdiff
path: root/core/applets/aboutapplet/aboutapplet.pro
authorzecke <zecke>2004-10-11 19:00:29 (UTC)
committer zecke <zecke>2004-10-11 19:00:29 (UTC)
commit75fb192e17a3e55dc0c631dbd62b42796714b0dc (patch) (side-by-side diff)
treec7551ec51368d1504e654a2fb3b2d6cbba747364 /core/applets/aboutapplet/aboutapplet.pro
parentd3da21c01659c68dc2cf1dfff1608649977b6e05 (diff)
downloadopie-75fb192e17a3e55dc0c631dbd62b42796714b0dc.zip
opie-75fb192e17a3e55dc0c631dbd62b42796714b0dc.tar.gz
opie-75fb192e17a3e55dc0c631dbd62b42796714b0dc.tar.bz2
-Remove AboutDialog
-Add the former AboutDialog as AboutWidget -Update .cvsignore to ingore widget.h and widget.cpp -Better way to show the Widget and create it delayed and onyl once -Remove the Opie Logo
Diffstat (limited to 'core/applets/aboutapplet/aboutapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/aboutapplet/aboutapplet.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/aboutapplet/aboutapplet.pro b/core/applets/aboutapplet/aboutapplet.pro
index 4dfb6bb..b239715 100644
--- a/core/applets/aboutapplet/aboutapplet.pro
+++ b/core/applets/aboutapplet/aboutapplet.pro
@@ -2,7 +2,7 @@ TEMPLATE = lib
CONFIG += qt plugin warn_on
HEADERS = about.h
SOURCES = about.cpp
-INTERFACES = dialog.ui
+INTERFACES = widget.ui
TARGET = aboutapplet
DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include