okular/conf/dlgannotations.h
Fabio D'Urso 17ccabb691 Renamed "Identity" -> "Annotations" config panel
It only contained an option to set annotations' author name
2012-12-27 19:38:41 +01:00

23 lines
807 B
C++

/***************************************************************************
* Copyright (C) 2006 by Pino Toscano <toscano.pino@tiscali.it> *
* *
* 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 _DLGANNOTATIONS_H_
#define _DLGANNOTATIONS_H_
#include <qwidget.h>
class DlgAnnotations : public QWidget
{
public:
DlgAnnotations( QWidget * parent = 0 );
};
#endif