From 2cb1d1c8edcbfae77e25dad2f3aa97e09c627a06 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 2 Feb 2013 13:42:48 -0600 Subject: Fix unintended renaming --- kopete/libkopete/ui/addressbootdeselectorwidget.h | 91 ----------------------- 1 file changed, 91 deletions(-) delete mode 100644 kopete/libkopete/ui/addressbootdeselectorwidget.h (limited to 'kopete/libkopete/ui/addressbootdeselectorwidget.h') diff --git a/kopete/libkopete/ui/addressbootdeselectorwidget.h b/kopete/libkopete/ui/addressbootdeselectorwidget.h deleted file mode 100644 index 2a549e1c..00000000 --- a/kopete/libkopete/ui/addressbootdeselectorwidget.h +++ /dev/null @@ -1,91 +0,0 @@ -/* - AddressBookSelectorWidget - Copyright (c) 2005 by Duncan Mac-Vicar Prett - - Based on LinkAddressBookUI whose code was shamelessly stolen from - kopete's add new contact wizard, used in Konversation, and then - reappropriated by Kopete. - - LinkAddressBookUI: - Copyright (c) 2004 by John Tapsell - Copyright (c) 2003-2005 by Will Stephenson - Copyright (c) 2002 by Nick Betcher - Copyright (c) 2002 by Duncan Mac-Vicar Prett - - Kopete (c) 2002-2004 by the Kopete developers - - ************************************************************************* - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ************************************************************************* -*/ - -#ifndef AddressBookSelectorWidget_H -#define AddressBookSelectorWidget_H - -#include -#include - -#include -#include "kopete_export.h" - -#include "addressbootdeselectorwidget_base.h" - -namespace KABC { - class AddressBook; - class Addressee; -} - -namespace Kopete -{ -namespace UI -{ - -class KOPETE_EXPORT AddressBookSelectorWidget : public AddressBookSelectorWidget_Base -{ - Q_OBJECT - -public: - AddressBookSelectorWidget( TQWidget *parent = 0, const char *name = 0 ); - ~AddressBookSelectorWidget(); - KABC::Addressee addressee(); - /** - * sets the widget label message - * example: Please select a contact - * or, Choose a contact to delete - */ - void setLabelMessage( const TQString &msg ); - /** - * pre-selects a contact - */ - void selectAddressee( const TQString &uid ); - /** - * @return true if there is a contact selected - */ - bool addresseeSelected(); - -private: - KABC::AddressBook * m_addressBook; - KABC::Addressee m_addressee; - -protected slots: - void slotAddAddresseeClicked(); - /** - * Utility function, populates the addressee list - */ - void slotLoadAddressees(); -signals: - void addresseeListClicked( TQListViewItem *addressee ); - void addAddresseeClicked(); -}; - -} // namespace UI -} // namespace Kopete - -#endif - -// vim: set noet ts=4 sts=4 sw=4: -- cgit v1.2.1