diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 14:18:04 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 14:18:04 +0000 |
| commit | 4b064ca4a4b938814fdbe3d14c075d8e3de326e3 (patch) | |
| tree | ef50fcbf8354e3dffab6eeb7593bcdba9978530f /examples/GuiClient/GuiClient.pro | |
| parent | e4ffbeb064894b61c85e09e1a369a13f9906ea2f (diff) | |
| download | qxmpp-4b064ca4a4b938814fdbe3d14c075d8e3de326e3.tar.gz | |
don't use generic name
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
| -rw-r--r-- | examples/GuiClient/GuiClient.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro index dd528beb..6633f51a 100644 --- a/examples/GuiClient/GuiClient.pro +++ b/examples/GuiClient/GuiClient.pro @@ -20,7 +20,7 @@ SOURCES += main.cpp \ customLabel.cpp \ avatarWidget.cpp \ statusTextWidget.cpp \ - customToolButton.cpp \ + statusToolButton.cpp \ vCardCache.cpp \ profileDialog.cpp \ capabilitiesCache.cpp \ @@ -42,7 +42,7 @@ HEADERS += messageGraphicsItem.h \ customLabel.h \ avatarWidget.h \ statusTextWidget.h \ - customToolButton.h \ + statusToolButton.h \ vCardCache.h \ profileDialog.h \ capabilitiesCache.h \ |
